home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / K-L / LinkScrol.cpt / Scrolling Fields / card_2431.txt < prev    next >
Text File  |  1987-11-08  |  2KB  |  107 lines

  1. -- card: 2431 from stack: in
  2. -- bmap block id: 3269
  3. -- flags: 0000
  4. -- background id: 2619
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 00
  10. -- high flags: 0007
  11. -- rect: left=15 top=98 right=129 bottom=463
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 24
  17. -- style flags: 0
  18. -- line height: 32
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseWithin
  22.   get the scroll of card field 1
  23.   set the scroll of card field 2 to it
  24. end mouseWithin
  25.  
  26.  
  27.  
  28. -- part 3 (field)
  29. -- low flags: 00
  30. -- high flags: 0007
  31. -- rect: left=15 top=133 right=165 bottom=464
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 3
  36. -- text size: 24
  37. -- style flags: 0
  38. -- line height: 32
  39. -- part name: 
  40. ----- HyperTalk script -----
  41. on mouseWithin
  42.   get the scroll of card field 2
  43.   set the scroll of card field 1 to it
  44. end mouseWithin
  45.  
  46.  
  47.  
  48. -- part 5 (button)
  49. -- low flags: 00
  50. -- high flags: 8003
  51. -- rect: left=377 top=257 right=279 bottom=477
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: Math Demo
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   go to first card
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part contents for card part 3
  68. ----- text -----
  69. Bonjour.
  70. Vous avez raison.
  71. Quelle heure est-il?
  72. Nous sommes press√©s.
  73. Je ne parle pas francais.
  74.  
  75. -- part contents for card part 2
  76. ----- text -----
  77. Good Morning.
  78. You are right.
  79. What time is it?
  80. We are in a hurry.
  81. I cannot speak French.
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.